home *** CD-ROM | disk | FTP | other *** search
/ The Real Yellow Pages - Tampa Bay 2009 / The Real Yellow Pages - Tampa Bay 2009.iso / pc / winapp32 / help / help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-03-19  |  1.4 KB  |  78 lines

  1. body {
  2.     background-color: #067AB4;
  3. }
  4.  
  5. .bodycolor {
  6.     background-color: #FFFFFF;
  7. }
  8.  
  9. a {
  10.     font-family: Verdana, Arial, Helvetica, sans-serif;
  11.     font-size: 12px;
  12.     color: #000066;
  13.     font-style: normal;
  14. }
  15.  
  16. a:hover {
  17.     background-color: #0F3F7D;
  18.     color: #FAF4C0;
  19. }
  20.  
  21. td {
  22.     font-family: Verdana, Arial, Helvetica, sans-serif;
  23.     font-size: 12px;
  24.     color: #000066;
  25.  
  26. }
  27.     
  28. .indextitle {
  29.     font-family: Arial, Helvetica, sans-serif;
  30.     font-size: 16px;
  31.     color: #000066;
  32.     font-style: normal;
  33.     font-weight: bold; }
  34.     
  35. .pagetitle {
  36.     font-family: Arial, Helvetica, sans-serif;
  37.     font-size: 24px;
  38.     color: #000000;
  39.     text-decoration: none;
  40.     font-style: normal;
  41.     font-weight: bold;
  42.     background-color: #FFE600;
  43. }
  44.     
  45. .fact {
  46.     font-family: Arial, Helvetica, sans-serif;
  47.     font-size: 10px;
  48.     color: #993300; }
  49.  
  50. .pagetextbold {
  51.     font-family: Arial, Helvetica, sans-serif;
  52.     font-size: 12px;
  53.     font-weight: bold;
  54.     color: #000000; }
  55.     
  56. .pagetextunderline {
  57.     font-family: Arial, Helvetica, sans-serif;
  58.     font-size: 12px;
  59.     color: #000000;
  60.     text-decoration: underline; }
  61.     
  62. .newsheadline {
  63.     font-family: Arial, Helvetica, sans-serif;
  64.     font-size: 12px;
  65.     font-weight: bold;
  66.     color: #003399; }
  67.     
  68. .printleft {
  69.     font-family: Arial, Helvetica, sans-serif;
  70.     font-size: 12px;
  71.     color: #000000; }
  72.     
  73. .printleftunderline {
  74.     text-decoration: underline;
  75.     font-family: Arial, Helvetica, sans-serif;
  76.     font-size: 12px;
  77.     color: #000000; }
  78.